Fix sending input to SQL when point is not at EOB
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 08:53:26 +0000 (11:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 08:53:26 +0000 (11:53 +0300)
commitbb9d81d5144ae497809c416eef91d126f8ac5df5
tree9e6f2a38983cc6652e305156e758347eceb7a9fb
parentb993c1b2752dcfe8bf6c17e58430a90b3dda5952
Fix sending input to SQL when point is not at EOB

* lisp/progmodes/sql.el (sql-send-string): Move point to EOB
before sending input to the SQL process.  Suggested by Gary Hollis
<ghollisjr@gmail.com>.  (Bug#69420)
lisp/progmodes/sql.el